Lines Matching full:href
1 <p>Just a <a href="/url/">URL</a>.</p>
3 <p><a href="/url/" title="title">URL and title</a>.</p>
5 <p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>
7 <p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
9 <p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p>
11 <p><a href="/url/">URL wrapped in angle brackets</a>.</p>
13 <p><a href="/url/" title="Here's the title">URL w/ angle brackets + title</a>.</p>
15 <p><a href="">Empty</a>.</p>
17 <p><a href="http://en.wikipedia.org/wiki/WIMP_(computing)">With parens in the URL</a></p>
19 <p>(With outer parens and <a href="/foo(bar)">parens in url</a>)</p>
21 <p><a href="/foo(bar)" title="and a title">With parens in the URL</a></p>
23 <p>(With outer parens and <a href="/foo(bar)" title="and a title">parens in url</a>)</p>